home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / naps / 04 / setup.exe / Gnucleus / ChildFrm.h < prev    next >
C/C++ Source or Header  |  2000-06-24  |  1KB  |  54 lines

  1. // ChildFrm.h : interface of the CChildFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4.  
  5. #if !defined(AFX_CHILDFRM_H__1AE2E5CE_1AB4_11D4_ACF2_00A0CC533D52__INCLUDED_)
  6. #define AFX_CHILDFRM_H__1AE2E5CE_1AB4_11D4_ACF2_00A0CC533D52__INCLUDED_
  7.  
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11.  
  12.  
  13. class CChildFrame : public CMDIChildWnd
  14. {
  15.     DECLARE_DYNCREATE(CChildFrame)
  16. public:
  17.     CChildFrame();
  18.  
  19. // Attributes
  20. public:
  21.  
  22. // Operations
  23. public:
  24.  
  25. // Overrides
  26.     // ClassWizard generated virtual function overrides
  27.     //{{AFX_VIRTUAL(CChildFrame)
  28.     public:
  29.     virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  30.     //}}AFX_VIRTUAL
  31.  
  32. // Implementation
  33. public:
  34.     virtual ~CChildFrame();
  35. #ifdef _DEBUG
  36.     virtual void AssertValid() const;
  37.     virtual void Dump(CDumpContext& dc) const;
  38. #endif
  39.  
  40. // Generated message map functions
  41. protected:
  42.     //{{AFX_MSG(CChildFrame)
  43.     afx_msg void OnClose();
  44.     //}}AFX_MSG
  45.     DECLARE_MESSAGE_MAP()
  46. };
  47.  
  48. /////////////////////////////////////////////////////////////////////////////
  49.  
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  52.  
  53. #endif // !defined(AFX_CHILDFRM_H__1AE2E5CE_1AB4_11D4_ACF2_00A0CC533D52__INCLUDED_)
  54.